home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / beebe / doc / 02readme.txt < prev    next >
Text File  |  1990-10-02  |  1KB  |  23 lines

  1.                   02README.TXT
  2.                   [01-Sep-88]
  3.  
  4. This is an interim release of version 2.10 of the TeX DVI driver family,
  5. incorporating a few bug fixes since the 17-Nov-87 release.  For a list
  6. of files changed since that date, see 00tdir.lst.  Newletters 16 and 17
  7. (in the files 00mail.*) describe the changes.
  8.  
  9. Two additional modifications especially for the IBM PC environment
  10. have been made especially for this interim release; they will likely
  11. be incorporated in release 2.11 currently in preparation.  The first
  12. is to reduce the size of the bitmaps in dvieps.c and dvitos.c to
  13. allow them to run with the limited memory on the PC; this reduction
  14. is automatic when OS_PCDOS is defined.  The second change is that the
  15. stack sizes of dvieps.exe and dvitos.exe need modification; by
  16. empirical experiment, I found that
  17.  
  18.     exemod dvieps.exe /stack B000
  19.  
  20. seems to work for simple test files; the default setting of 8000 in the
  21. Makefile results in a run-time stack overflow termination.  This change
  22. has been applied to the Makefiles as well.
  23.